Start Trace
Starts recording a detailed log of actions taken during browser automation.

Input
Browser
| Name | Required | Description |
|---|---|---|
| Browser Instance | Which browser instance to run against. |
Trace
Options
| Name | Required | Description |
|---|---|---|
| Title | Trace name to be shown in the Trace Viewer. | |
| Include Screenshots | Whether to capture screenshots during tracing. Screenshots are used to build a timeline preview. | |
| Include Snapshots | Whether to capture DOM snapshot on every action and record network activity |
Output
| Name | Required | Description |
|---|---|---|
| Action Success | True if the action passed, false if it failed. |